Skip to main content

All Questions

Tagged with
5votes
0answers
187views

Binary PATRICiA Prefix Trie

I was wondering if we could speed-up lookup in a hash table of strings by only storing the difference between them, like HAMT. Taking this idea to its end, I ended up with a binary PATRICiA prefix-...
Neil's user avatar
  • 1,080

close